Download the PHP package c975l/core-bundle without Composer

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

c975L CoreBundle

The base of the c975L ecosystem in a single package: ConfigBundle (database-backed configuration, EasyAdmin dashboard, user accounts, health check, sitemaps) and UiBundle (page blocks, media library, theme, legal models, forms, emails). Two bundles, one package, one release.

GitHub Packagist Version PHP Version

One package, two bundles

This is not a merged bundle. A Composer package is not a Symfony bundle: this package ships the two bundles unchanged, each with its own namespace, its own services.yaml, its own configs.json, its own translation domain and its own dashboard section.

There is no c975L\CoreBundle\ namespace. The name core-bundle exists on Packagist only.

Why they ship together

ConfigBundle and UiBundle referenced each other in their composer.json, in both directions:

Two packages that require each other cannot be released independently, and neither can see the other's work-in-progress — only its last published version. They were never two layers; they were one layer billed as two. This package says so out loud.

Installation

Then register both bundles — they remain two entries:

What the blocks look like

One tile per kind of the 32 UiBundle ships, captured on the showcase at bundles.975l.com, where every one of them is rendered live. A page is composed out of them in the back-office, with no template written for it - see Built-in block kinds for what each one takes.

Documentation

Each bundle keeps its own README, unchanged:

Each also ships four skills under its own skills/ directory, written for the coding agent of the site installing the package rather than for someone modifying it — see UiBundle.

Its history, on the other hand, is the package's: UPGRADE.md carry both bundles from here on. Each bundle's own files stop at its last published release — v5.17.1 for ConfigBundle, v1.17.0 for UiBundle — and are kept as archives.

Quality checks

The nine checks the CI runs live in composer.json alone, as one list:

composer run -l names what each one covers, and each is callable on its own (composer audit-deps, cs, fixer, stan, stan-scaffold, rector, lizard, test). The workflow calls those same scripts, so a check is never declared twice.

audit-deps is composer audit: it matches the resolved dependencies against the Packagist security advisories, which is where a known CVE in a dependency gets caught — before the push, not once a site has deployed it. Abandoned packages are reported without failing the run.

rector runs --dry-run, so it reports rather than rewrites, over the same sets SymfonyMigrate.sh gives a site. It covers scaffold/ next to each bundle's own code: what is left unmodernised here gets rewritten in the application, where the rewritten file no longer matches the hash ScaffoldInstaller recorded, and the site is then told forever it customized a file it never touched.

A development machine's vendor/ symlinks the sibling repositories, which expose code no tag has published yet — code the CI never sees. bin/ci.sh replays composer qa on a copy of the repository whose dependencies are resolved from Packagist, uncommitted changes included:

The quality tools themselves are not dependencies of the bundle — PHPStan aside, which require-dev carries for its deprecation rules: the CI installs them with setup-php, which always takes the latest release, where a development machine keeps whatever it installed the day it installed it. bin/ci.sh installs them fresh too, and prints the six versions it ran with — Lizard excepted, pinned in both because its counting changed between releases and one release alone matches the thresholds Codacy reads — a rule removed upstream since is otherwise still enforced here, and a rule added since is missed.

Migrating from c975l/config-bundle / c975l/ui-bundle

See UPGRADE.md. In short: replace the two requirements with c975l/core-bundle. No PHP use, no @c975LUi/… template reference, no translation key and no bundles.php entry changes — the namespaces are the same ones.

License

MIT — see LICENSE.


All versions of core-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=8.4
doctrine/orm Version ^3.7
dompdf/dompdf Version ^3.1
dragonmantank/cron-expression Version ^3.6
easycorp/easyadmin-bundle Version ^5.1
egulias/email-validator Version ^4.0
imagine/imagine Version ^1.5
nelmio/security-bundle Version ^3.9
psr/log Version ^3.0
sensiolabs/minify-bundle Version ^1.2
symfony/asset-mapper Version ^8.0
symfony/clock Version ^8.0
symfony/console Version ^8.0
symfony/expression-language Version ^8.0
symfony/filesystem Version ^8.0
symfony/finder Version ^8.0
symfony/form Version ^8.0
symfony/http-client Version ^8.0
symfony/intl Version ^8.0
symfony/mailer Version ^8.0
symfony/messenger Version ^8.0
symfony/password-hasher Version ^8.0
symfony/process Version ^8.0
symfony/rate-limiter Version ^8.1
symfony/scheduler Version ^8.0
symfony/security-bundle Version ^8.0
symfony/serializer Version ^8.0
symfony/twig-bundle Version ^8.0
symfony/ux-chartjs Version ^3.3
symfony/ux-twig-component Version ^3.4
symfony/validator Version ^8.0
symfony/yaml Version ^8.0
symfonycasts/reset-password-bundle Version ^1.25
symfonycasts/verify-email-bundle Version ^1.18
twig/intl-extra Version ^3.26
twig/twig Version ^3.21
vich/uploader-bundle 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 c975l/core-bundle contains the following files

Loading the files please wait ...