Download the PHP package 0xcrypto/simple without Composer

On this page you can find all versions of the php package 0xcrypto/simple. 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 simple

Simple Framework

A Simple PHP framework to help you make websites and web applications faster. Fork

Getting Started

Simple Framework is kinda DIY framework. To keep everything light, Simple Framework is not packed with lots of features. It just gives you enough ground to build further. As simple as it can get, the Simple Framework is primarily developed to be compatible with Shared Hosting Providers. I have been working with clients who need their websites to be served on shared hosting. While I do love building with Laravel, it soon becomes an overkill as the project grows but resources don't. Simple Framework aims to give the same feel of Laravel but with quite less resource consumptions and overwhelming complexity. Simple Framework comes with Blade Templating Engine, Idiorm, Alto Router and very helpful function.

Prerequisites

All you need is PHP 7.1+ and MySQL (optional).

Installing

  1. Install required packages with composer

  2. Run the development server

  3. Visit and see Simple Framework in action.

Development

Simple Framework uses MVC and you can tinker with everything. The directory contains the controllers and models. The views are outside in directory. These views are blade templates. Routes are written in as an array which are splated into the Alto Router. Configurations are divided into two parts - and . Declarations in becomes global constants available in all over the application. On the other hand, declarations in is accessible via config function. I know it should be the other way. I will fix it in next commit.

Deployment

While primarily made for shared hosting, Simple Framework can be used in any kind of enviornment as far as PHP is installed. The process is same for all kind of hosting. Just upload the codebase to your hosting and change the with correct MySQL credentials.

It is okay if you upload vendor directory as well. If composer is available on your hosting environment, it is not recommended to upload vendor directory. Install packages using composer on the server.

It is recommended to keep everything out of directory except the directory, and . If you do this, make sure you change the following lines in :

Change to

where is where Simple has been relocated.

If relocating the codebase is not possible, you can simply upload the code and it will work. Make sure you delete the following files.

  1. composer.json
  2. composer.lock
  3. LICENSE
  4. README.md

Built With

Contributing

Send pull requests to https://github.com/0xcrypto/simple.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details


All versions of simple with dependencies

PHP Build Version
Package Version
Requires altorouter/altorouter Version ^2.0
jenssegers/blade Version ^1.3
j4mie/idiorm Version ^1.5
larapack/dd Version ^1.1
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 0xcrypto/simple contains the following files

Loading the files please wait ....