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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package framework3

InitPHP Framework3

InitPHP Framework, is the most minimalist web framework manager using MVC architecture.

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

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.

Credits

License

Copyright © 2022 MIT License


All versions of framework3 with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package initphp/framework3 contains the following files

Loading the files please wait ....