Download the PHP package arshwell/monolith without Composer

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

Arshwell v0.x | PHP Framework | for LAMP Stack

Simple to learn and use:

Arshwell started from the idea of a fast and clean framework.
No MVC: less OOP (at least for now).

Tech

Arshwell uses next technologies:

Installation & Setup

  1. From terminal, in the root of your project, run composer require arshwell/monolith:0.*
  2. After that run sh vendor/arshwell/monolith/bin/install-arshwell-example.sh
  3. Replace, in entire project, MyTeam\MyProject, with your desired namespace
  4. Create the .env.local file
  5. Done 📢 run your website!

See more details on https://arshwell.github.io/monolith/docs.html#installation

Features

Arshwell has many features, including:

Feature Detail
Routing JSON files for routing (including lg, pagination and params)
DB objects Easy to create PHP classes for every MySQL table
Layouts HTML/SCSS/JS layouts for pages
Pieces Reusable HTML/SCSS/JS codes
Modules Easy to create CMS pages
Compressing CSS/JS compressing with minimal resources for every page

DevPanel

DevPanel is a built-in panel which has many features, including:

Feature
Recompiling SCSS/JS files
Downloading project as ZIP
Updating with newer version (throw ZIP file) (deprecated)
Removing dangerous files
Activating maintenance mode

It can only be accessed by developer and provides so many other helpful tools. Don't believe us, see for yourself.

Contributing

Thank you for considering contributing to the Arshwell framework!

See other details on https://arshwell.github.io/monolith/docs.html#contributing

Code of Conduct

In order to ensure that the Arshwell community is welcoming to all, please review and abide by the CODE_OF_CONDUCT.md.

Security Vulnerabilities

If you’ve found a security issue in Arshwell, please use the procedure described in SECURITY.

In that situation, please, don't create an issue.

License

The Arshwell framework is open-sourced software licensed under the MIT license.


All versions of monolith with dependencies

PHP Build Version
Package Version
Requires php Version 7.4.*
pelago/emogrifier Version 6.*
scssphp/scssphp Version 1.10.*
matthiasmullie/minify Version 1.3.*
phpmailer/phpmailer Version 6.6.*
verot/class.upload.php Version 2.1.*
symfony/dotenv Version 5.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 arshwell/monolith contains the following files

Loading the files please wait ....