Download the PHP package braghim-sistemas/suitup-php without Composer

On this page you can find all versions of the php package braghim-sistemas/suitup-php. 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 suitup-php

Suitup PHP Framework

Legendary web applications

Build Status Coverage Status

Latest Stable Version Latest Unstable Version License

Composer

composer require braghim-sistemas/suitup-php ^2

Getting Started

PHP Documentation

You can find all documentation in the Official docs. We are trying to keep that as up to date as code itself, but hope you understand that it may not be always the reality...

Legendary Web Applications While you write the code for an application there is a lot of code you probably will use again and again and will have to copy for another application in future. Because of this, someone too smarty for whon we have to congrats a lot, created a project which works as a structure (just like a wireframe) with a lot of features you only have to use. With this project is possible to create whatever kind of web application quickly and it's just awesome!

SuitUp is a PHP* OOP** framework which helps you to do what you have to do quickly, it's focused on productivity without forget about security and good practices.

* Works on PHP applications based

** OOP - Object-oriented programming where programming projects works with objects concepts.

Modules

You can write different and separate applications in the same project which will be accessed just changing the base URL.

MVC

It means, roughly, that you will write PHP and HTML separate and all logic is organized to make a more readable and easy maintainer project


Why we keep this project?

At the start, we created this project just for personal use, because the usual frameworks wasn't giving us the speed and facility we expected from a framework PHP. We just want to create a web project as quick as possible. So we created SuitUp, a framework which you can create your web project truly fast and everything is really patterned. We are really happy and satisfied with the results we got with SuitUp yet here.

Try it you too, awesome web projects with SuitUp PHP Framework! Now in version 2!!

Contributors

Everyone is welcome to contribute with SuitUp PHP Framework. Just fork it, make your changes as minimal as possible and create a pull request. We ask to create minimal changes because by this way it's easier to merge your request to the project in approve case.


Thanks to

JetBrains that gave us a free license of PHPStorm to maintain this project and develop with maximum productivity.

PHPStorm


Made with love by Braghim Sistemas.


All versions of suitup-php with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-json Version *
laminas/laminas-validator Version ^2
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 braghim-sistemas/suitup-php contains the following files

Loading the files please wait ....