Download the PHP package initphp/framework3 without Composer
On this page you can find all versions of the php package initphp/framework3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package framework3
InitPHP Framework3
InitPHP Framework, is the most minimalist web framework manager using MVC architecture.
This framework offers only the most essential infrastructure tools and structure. Although it is minimalist, the most basic libraries it offers have the ability to compete with large frameworks.
What does it offer?
It offers basic libraries that every project needs, such as Configurations, HTTP Routing, Database Abstraction and ORM, Multi-Language Support, Triggerable Events, User Inputs, Logger, Validation.
If you need more; You can simply integrate any Init PHP library or a different library into your project.
Installation
Usage
It has a file and directory structure similar to the MVC frameworks that developers are used to. The classes and libraries of your application are in the /application/
directory.
Note : If your project runs in a subdirectory, specify it in the BASE_PATH
configuration in the /.env
file.
You can find Route and other definitions in files and classes in the /routes/
directory.
To see the available console commands;
Docker
Docker allows you to set up your working environment and conduct your work from there. However, the Docker configuration is set up for a development environment, not for a production environment. You will need to appropriately modify the configurations for use in a production environment.
If the process has been successfully completed, your project will be waiting for you at the following address.
Getting Help
If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.
Contributing
All contributions to this project will be published under the MIT License. By submitting a pull request or filing a bug, issue, or feature request, you are agreeing to comply with this waiver of copyright interest.
- Fork it ( https://github.com/InitPHP/Framework3/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am "Add some feature")
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Credits
License
Copyright © 2022 MIT License
All versions of framework3 with dependencies
ext-json Version *
ext-intl Version *
ext-mbstring Version *
ext-curl Version *
ext-simplexml Version *
initphp/config Version ^1.0
initphp/container Version ^0.3.0
initphp/dotenv Version ^2.0
initphp/http Version ^2.1
initphp/router Version ^1.2
initphp/views Version ^1.0
initorm/orm Version ^1.0
initphp/cache Version ^0.1.0
initphp/sessions Version ^3.0
initphp/translator Version ^0.2.0
initphp/events Version ^1.0
initphp/parameterbag Version ^1.1
initphp/validation Version ^1.0
initphp/encryption Version ^1.0
initphp/input Version ^1.2
illuminate/collections Version ^10.37
nesbot/carbon Version ^2.72
initphp/cookies Version ^1.1
initphp/logger Version ^1.0
initphp/upload Version ^1.0
filp/whoops Version ^2.15
initphp/performance-meter Version ^1.0
symfony/console Version ^6.4