Download the PHP package andrey900/slimcms without Composer

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

SlimCMS

Lightweight CMS(CMF) based on: php framework slim 3, laravel eloquent, symfony event dispatcher, Twig templater and other libraries.

The fast creation of a new website(blog, news, ecommerce, etc).

Latest Unstable Version Total Downloads License

Screenshots

Sign In Users page Column config
alt tag alt tag alt tag
Project use additional library Implemented modules
Slim v3 Frendly admin panel(based on template: SB-admin v2)
Slim Twig Templater v2 Create visual page, and create route
Slim Flash Create sections(categories) and hierarchical sections(categories)
Monolog - save log in file or DB(mysql, sqlite) Many types show field from admin panel(hidden, checkbox, select, wysiwyg html, text)
Slim http cache(don't use this time) Admin panel count show items in table(your settings for every page type)
Slim CSRF protection Admin panel table pagination(your settings for every page type)
Portable DB sqlite User customize show field and sortable fields from tables(your settings for every page type)
Illuminate database v5.2 Options system
Illuminate pagination v5.2 Auth system
Supported versions of php: Logging system
php: ^5.5 Create new module
php: ^7.0 Installer module

Installation:

  git clone https://github.com/andrey900/SlimCMS.git
  cd SlimCMS
  php composer install

or

   mkdir ~/slimcms && cd ~/slimcms
   composer create-project -s dev andrey900/slimcms .
   mkdir cache && chmod a+w cache && mkdir log && chmod a+w log
   php -S 127.0.0.1:8080 -t public/
   open browser url: http://127.0.0.1:8080

After install create folder: cache, log. Set permittion from write this folders.

Enter admin panel:

*if use email for login: [email protected]

If You Need Help

If you have problems using or install system, please write in new issue or email([email protected]), and I will try to help you.

If you are interested in this system, place a star )))

If the project attains more than 50 stars, the official website of the documentation will be created.

License

The SlimCMS platform is free software distributed under the terms of the MIT license.

Donations

Bitcoin address for donation: 18ERsiXpvrkGMwcvLmCNVBrfJwmM8hqurY

Social Links

Official facebook


All versions of slimcms with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.0
slim/slim Version ^3.4
slim/twig-view Version ^2.0
slim/flash Version ^0.1.0
monolog/monolog Version ^1.13
wazaari/monolog-mysql Version >1.0.0
slim/http-cache Version ^0.3.0
slim/csrf Version ^0.6.0
hybridauth/hybridauth Version ^2.3.0
illuminate/database Version ^5.2
illuminate/pagination Version ^5.2
symfony/event-dispatcher Version ^3.0
phpmailer/phpmailer Version ^5.2
hassankhan/config Version ^0.10.0
symfony/debug Version ^3.0
symfony/var-dumper Version ^3.0
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 andrey900/slimcms contains the following files

Loading the files please wait ....