PHPackages                             jtc-solutions/core - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jtc-solutions/core

ActiveSymfony-bundle

jtc-solutions/core
==================

Core bundle for every application in JTC that follows standard processes.

v1.1.1(2mo ago)04.9k↓35.9%[1 PRs](https://github.com/JTC-Solutions/core-bundle/pulls)1proprietaryPHPPHP &gt;=8.3CI passing

Since Apr 23Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/JTC-Solutions/core-bundle)[ Packagist](https://packagist.org/packages/jtc-solutions/core)[ RSS](/packages/jtc-solutions-core/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (17)Versions (14)Used By (1)

JTC Solutions Core Bundle
=========================

[](#jtc-solutions-core-bundle)

This bundle provides a foundational set of services, base classes, and conventions used as a "skeleton" for most PHP Symfony projects developed at JTC Solutions. It aims to streamline development by offering reusable components for common tasks like CRUD operations, exception handling, and API documentation.

Installation
------------

[](#installation)

1. **Require the bundle using Composer:**

    ```
    composer require jtc-solutions/core-bundle
    ```
2. **Enable the Bundle:**Add the bundle to your `config/bundles.php` file:

    ```
