PHPackages                             koseu/lib - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. koseu/lib

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

koseu/lib
=========

A Next Generation Embeddable Learning Management System

26.1.5(1y ago)144222[1 issues](https://github.com/tsugiproject/koseu-php/issues)Apache-2.0PHPPHP &gt;=8.4.0

Since May 17Pushed 5mo ago3 watchersCompare

[ Source](https://github.com/tsugiproject/koseu-php)[ Packagist](https://packagist.org/packages/koseu/lib)[ Docs](http://www.koseu.org/)[ RSS](/packages/koseu-lib/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (2)Versions (19)Used By (0)

Koseu (코스)
==========

[](#koseu-코스)

[![Apereo Incubating badge](https://camo.githubusercontent.com/81ebfb21505cce289198c972771af5ecedb2c98a007af3b7a50e25f8963f2cc7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f61706572656f2d696e6375626174696e672d626c75652e7376673f6c6f676f3d64617461253341696d616765253246706e672533426261736536342532436956424f5277304b47676f414141414e5355684555674141414134414141414f43415941414141665343335241414141426d4a4c52305141253246774425324641502532426776616554414141414358424957584d41414173544141414c457745416d707759414141414233524a545555483451555445693079624e3970397741414169564a524546554b4d396c6b73744c6c474555786e2532467625324233316a6f6f75304754464b7973776b4b7272596461455134635a4179345651555332697148253242726455534e596d4b30454d33496b6a6143686e6d5a4b52306448533076704e2532464d653937544971664d44707a4e34586b654467382532467734355231584e41752532466525324247546741714c58324b7a415152564779744c52306a4e326a716f39465a465256766664656436364b656848356f4b723364707565694d694b3931354652426558636a6f396b394b357a4c7a253242334e7a38457941715835317a6477474d71703733384e536f6e6c78663336436e377a583962346559583867534241453142773977704c61572532424c354b576c75756b596a48333174723731767625324655304c4a35787a644c337135646d4c4a4b37674f4e35776a4551697a73546b464d6d65586b624878744866443134576b62595161465a564d7a6b317a664448455272506e71477a34775a317459664a35253246504d4c4f59595731366c7472714b5244794f4d635941545861375052617969785363342532464b46526872716a784b474957566c5a56516b71706731705979765225324254464632733546467072565658424141717125324637613975504b64314e6f6d6554583448586672765a384432463964545377574d6a77797775654a4c78514b42644c665a756e7565304d7174387150794d48663048526f7252304172746258315a6b726c793779504e6e4e31457961665a55565a4c4a5a786a4e4c6c4863253242496c4f786c793052796b744337373066444947583376754f4d41784f743139764a5178442532426765486d45366c694d564b754e5061776c5a394457753268473862573154756962304c67714372434d424445636b5741566a4b4c65744d4f71325a685156317a756c475646416e6f687635777253713374704e7a774d5225324253516925324679456e496c35456870787a7434743673394d6352644770494368704d385933415458626b4b64455a444149677151785a724b6f25324651556b3546395872323054725141414141424a52553545726b4a676767253344253344)](https://www.apereo.org/content/projects-currently-incubation)

Koseu solves a number of important use cases:

- A Learning Object Repository with seamless integration into previous-generation LMSs
- An independent open source, highly scalable, extremely flexible MOOC hosting platform
- A Next Generation Open Source Learning Management System

Eventually, this will be the best LMS, LOR, and MOOC hosting platform in the world. But for now this is just a README file so I can get started writing the code.

If you want to see Koseu in action visit these web sites:

- Python for Everybody [www.py4e.com](http://www.py4e.com)
- Web Applications for Everybody [www.wa4e.com](http://www.wa4e.com)
- The Tsugi project - [www.tsugi.org](http://www.tsugi.org)

Actually most of the koseu code that already exists lives in  - the Koseu code will be refactored out of the Tsugi Management Console, rewritten to be more OO, and moved into this repository.

Technology
==========

[](#technology)

Koseu is written as a Silex () application so it has pretty URLs, routing, nice OO patterns and all that hipster stuff.

Installing Koseu (Pre-Alpha)
============================

[](#installing-koseu-pre-alpha)

The basic idea of Koseu is that it is "embedded" into a static web site. So the web site has things like images, PHP files, HTML, PowerPoint, tools etc that are just served like normal Web 1.0 files. When you add Koseu to a web site, it makes URLs like  start to appear. First you install Koseu using the following `composer` command:

```
composer require --dev koseu/lib

```

Then you need to route non-file, non-folder urls to `koseu.php` using a `.htaccess` similar to the following:

```
FallbackResource koseu.php

```

Then you need to add the `koseu.php` to your web site:

```
