Download the PHP package sofyphp/framework without Composer

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

# Sofy ### The batteries-included PHP framework with **zero runtime dependencies** Build the whole app — UI, admin, auth, search, real-time chat, notifications — with nothing but PHP. No node, no templates, no build step, no vendor bloat. [![PHP](https://img.shields.io/badge/PHP-8.3%2B-777BB4?logo=php&logoColor=white)](https://php.net) [![License](https://img.shields.io/badge/license-MIT-22c55e)](LICENSE) [![Dependencies](https://img.shields.io/badge/runtime%20deps-0-ff6b3d)](composer.json) [![Tests](https://img.shields.io/badge/tests-PHPUnit-3b82f6)](tests) **English** · [Русский](README.ru.md) · [Docs](docs/) · live UI demo at `/ui-demo`

Why Sofy?

Most frameworks hand you a router and a stack of Composer packages, then send you to npm for the UI. Sofy ships the whole product — and renders styled HTML straight from PHP.

No .blade, no webpack, no package.json. The component renders themed, responsive HTML with transitions, dark/light mode and i18n built in.

What's in the box

46+ UI components Cards, tables, forms, charts, modals, drawers, tabs… pure PHP, theme-aware, ->color() any of them
Secure by default Auth-by-default /admin, CSRF, secure session cookies, security headers, AES-256, hashing — out of the box
ORM + migrations ActiveRecord, query builder, relations, eager loading, seeders, factories
Search engine Zero-dependency inverted index, Searchable models, a searchable UI::combobox
Real-time messaging In-admin user-to-user chat (UI::chat) — 1:1 & group channels, WebSocket or polling
Browser notifications Desktop notifications with sound (synthesized, zero-asset) from any $user->notify()
Admin panel /admin with menu, widgets, DB browser, SQL console, one-click updates
Fast in production opcache preload, route/config cache, a UI asset compiler — php sofy optimize
One-command deploy sudo php sofy full-install provisions a whole Linux box; services run under systemd
Rich CLI Scaffolding, migrations, queue, scheduler, REPL, service management
Modules & marketplace Drop a folder in modules/, install from a catalog
Tested PHPUnit core suite — composer test

Quick start

Open http://localhost:8000 — visit /admin (login at /admin/login), the live component reference at /ui-demo, and the docs at /docs.

Production in one command

The wizard installs PHP + extensions, your web server (Caddy / Nginx / Apache) with HTTPS, the database, sets permissions, runs migrations, and brings up background services under systemd — queue worker, WebSocket server and Redis — so the box comes up fully running. Add or manage them anytime:

Then squeeze out the throughput:

Requirements

Documentation

Full docs in docs/ (browsable in-app at /docs):

Getting started · Routing · Views & UI · Database · Auth · Performance · Search · Messenger · Notifications

Release notes: CHANGELOG.md (also at /admin/system/update).

License

MIT — © Sofy contributors.


All versions of framework with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
ext-pdo Version *
ext-curl Version *
ext-mbstring Version *
ext-openssl Version *
ext-fileinfo Version *
ext-simplexml Version *
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 sofyphp/framework contains the following files

Loading the files please wait ...