Download the PHP package atournayre/framework without Composer
On this page you can find all versions of the php package atournayre/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download atournayre/framework
More information about atournayre/framework
Files in atournayre/framework
Package framework
Short Description A framework and helpers on top of Symfony
License MIT
Informations about the package framework
Warning: This documentation is a work in progress.
Currently, it is compatible with PHP 7.4 ans Symfony 5.4.
Documentation
This is the documentation for the project.
Architecture Decision Records
Architecture Decision Records (ADRs) are a way to document the architectural decisions made during the development of the project. List of ADRs can be found here.
Primitives
Primitives are the basic building blocks of the project. They are the smallest units of the project that can be used to build more complex structures. List of primitives can be found here.
Handling nullable values using the Null Object Pattern
In this project, we use the Null Object Pattern to handle nullable values. You can read more about it here.
DateTimeInterface
Use the Atournayre\Contracts\DateTimeInterface
instead of the \DateTimeInterface
class to represent dates and times.
Logging
Use the Atournayre\Contracts\LoggerInterface
to log messages in the project.
Collections
Usage or arrays is discouraged in the project. Use Collections instead. You can read more about it here.
HTTP/Session/Templating
Use the Atournayre\Contracts\HttpInterface
, Atournayre\Contracts\SessionInterface
, and Atournayre\Contracts\TemplatingInterface
to interact with the HTTP protocol, manage sessions, and render templates.
Filesystem
Use the Atournayre\Contracts\FilesystemInterface
to interact with the filesystem.
Events
Add the HasEventsInterface
to an object to allow it to dispatch events and add the EventsTrait
to add events to an object.
Implement missing methods from the HasEventsInterface
in the object.
All versions of framework with dependencies
aimeos/map Version ^3.7
doctrine/collections Version ^1.6
nesbot/carbon Version ^2.72
psr/log Version ^1.1 || ^2.0
symfony/console Version ^5.4 || ^6.0
symfony/dependency-injection Version ^5.4 || ^6.0
symfony/event-dispatcher Version ^5.4 || ^6.0
symfony/filesystem Version ^5.4 || ^6.0
symfony/finder Version ^5.4 || ^6.0
symfony/http-foundation Version ^5.4 || ^6.0
symfony/mailer Version ^5.4 || ^6.0
symfony/options-resolver Version ^5.4 || ^6.0
symfony/process Version ^5.4 || ^6.0
symfony/routing Version ^5.4 || ^6.0
symfony/stopwatch Version ^5.4 || ^6.0
symfony/string Version ^5.4 || ^6.0
symfony/translation Version ^5.4 || ^6.0
symfony/twig-bridge Version ^5.4 || ^6.0
symfony/uid Version ^5.4 || ^6.0
twig/twig Version ^2.13|^3.0.4
webmozart/assert Version ^1.11