mirror of
				https://github.com/getgrav/grav.git
				synced 2025-10-31 10:25:59 +01:00 
			
		
		
		
	Fixed pimple link #3527
This commit is contained in:
		| @@ -2,7 +2,7 @@ | |||||||
|  |  | ||||||
| [](https://github.com/phpstan/phpstan) | [](https://github.com/phpstan/phpstan) | ||||||
| [](https://chat.getgrav.org) | [](https://chat.getgrav.org) | ||||||
|  [](https://github.com/getgrav/grav/actions?query=workflow%3A%22PHP+Tests%22) [](#backers) [](#supporters) [](#sponsors)  |  [](https://github.com/getgrav/grav/actions?query=workflow%3A%22PHP+Tests%22) [](#backers) [](#supporters) [](#sponsors) | ||||||
|  |  | ||||||
| Grav is a **Fast**, **Simple**, and **Flexible**, file-based Web-platform.  There is **Zero** installation required.  Just extract the ZIP archive, and you are already up and running.  It follows similar principles to other flat-file CMS platforms, but has a different design philosophy than most. Grav comes with a powerful **Package Management System** to allow for simple installation and upgrading of plugins and themes, as well as simple updating of Grav itself. | Grav is a **Fast**, **Simple**, and **Flexible**, file-based Web-platform.  There is **Zero** installation required.  Just extract the ZIP archive, and you are already up and running.  It follows similar principles to other flat-file CMS platforms, but has a different design philosophy than most. Grav comes with a powerful **Package Management System** to allow for simple installation and upgrading of plugins and themes, as well as simple updating of Grav itself. | ||||||
|  |  | ||||||
| @@ -13,7 +13,7 @@ The underlying architecture of Grav is designed to use well-established and _bes | |||||||
| * [YAML](https://yaml.org): for simple configuration | * [YAML](https://yaml.org): for simple configuration | ||||||
| * [Parsedown](https://parsedown.org/): for fast Markdown and Markdown Extra support | * [Parsedown](https://parsedown.org/): for fast Markdown and Markdown Extra support | ||||||
| * [Doctrine Cache](https://www.doctrine-project.org/projects/doctrine-orm/en/latest/reference/caching.html): layer for performance | * [Doctrine Cache](https://www.doctrine-project.org/projects/doctrine-orm/en/latest/reference/caching.html): layer for performance | ||||||
| * [Pimple Dependency Injection Container](https://pimple.sensiolabs.org/): for extensibility and maintainability | * [Pimple Dependency Injection Container](https://github.com/silexphp/Pimple): for extensibility and maintainability | ||||||
| * [Symfony Event Dispatcher](https://symfony.com/doc/current/components/event_dispatcher/introduction.html): for plugin event handling | * [Symfony Event Dispatcher](https://symfony.com/doc/current/components/event_dispatcher/introduction.html): for plugin event handling | ||||||
| * [Symfony Console](https://symfony.com/doc/current/components/console/introduction.html): for CLI interface | * [Symfony Console](https://symfony.com/doc/current/components/console/introduction.html): for CLI interface | ||||||
| * [Gregwar Image Library](https://github.com/Gregwar/Image): for dynamic image manipulation | * [Gregwar Image Library](https://github.com/Gregwar/Image): for dynamic image manipulation | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user