Download the PHP package globus-studio/fatfree-core without Composer

On this page you can find all versions of the php package globus-studio/fatfree-core. 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 fatfree-core

fatfree-core (Modern)

Fork of Fat-Free Framework core, kept compatible with PHP 8.x including 8.5.

For the upstream vanilla version use bcosca/fatfree-core.

Differences from upstream

PHP 8.5 compatibility

Change Reason
Preview::c(): dropped setlocale(LC_NUMERIC, 0) PHP 8 made int second arg a TypeError. PHP 8 path is locale-independent; PHP 7 fallback uses string '0'.
Web::_curl(): version check for CURLOPT_PROTOCOLS libcurl 7.85+ deprecated CURLPROTO_* masks. Uses CURLOPT_PROTOCOLS_STR when available, falls back otherwise.
Removed web/pingback.php Depended on xmlrpc_* functions removed in PHP 8.0+. The xmlrpc extension is no longer maintained.
Removed cache backends xcache, wincache, memcache All dead on modern PHP. Remaining: apc/apcu, memcached, redis, folder.

Tests

Dependencies

Backward compatibility

Public API unchanged. Application code keeps working.

Install

Without Composer:

URL rewrite required, see routing-engine.

Run tests

DB connection vars: DB_MYSQL_DSN, DB_MYSQL_USER, DB_MYSQL_PASS, DB_MYSQL_NAME, same prefix for DB_PGSQL_*, plus DB_MONGO_URI and DB_MONGO_NAME.

Built on this core

Atomic Framework is a full-featured PHP framework built on top of this core. It adds a structured application layer with: authentication (bcrypt, OAuth 2.0, Telegram, rate limiting, impersonation), MySQL/Redis/Memcached via ConnectionManager, timestamp-based migrations, Redis/DB queue with retry and monitoring, POSIX cron scheduler, multi-driver cache with cascade fallback, parameterized middleware, hierarchical event dispatcher, WordPress-compatible hook/filter layer, SMTP mailer with DNS deliverability scoring, i18n with URL prefixing, 45+ CLI commands, NaCl/libsodium encryption, WebSocket server (Workerman + Redis pub/sub), and a plugin lifecycle system. Requires PHP >= 8.1.

Atomic-Framework-Application is the official application skeleton/template for Atomic Framework.

Links


All versions of fatfree-core with dependencies

PHP Build Version
Package Version
Requires php Version >=7.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 globus-studio/fatfree-core contains the following files

Loading the files please wait ...